home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / etc / init / atd.conf < prev    next >
Text File  |  2009-09-15  |  261b  |  15 lines

  1. # atd - deferred execution scheduler
  2. #
  3. # at is a standard UNIX program that runs user-specified programs at
  4. # scheduled deferred times
  5.  
  6. description    "deferred execution scheduler"
  7.  
  8. start on runlevel [2345]
  9. stop on runlevel [!2345]
  10.  
  11. expect fork
  12. respawn
  13.  
  14. exec atd
  15.